home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / quicktime / goodies / aiffwriter / macdebugprefix.h < prev    next >
Encoding:
Text File  |  2000-06-23  |  215 b   |  11 lines

  1. // MacDebugPrefix.h
  2. // debug prefix file for our Mac projects
  3.  
  4. #include "MacPrefix.h"
  5.  
  6. // define DEBUG to turn on debugging code
  7. // this prefix file is included only by the Metrowerks debug targets
  8.  
  9. #define _DEBUG
  10.  
  11.